Processing input
xxxxxxxxxx
void setup()
{
size(400, 400);
}
void draw()
{
background(0);
ellipse(200, 200, 100, 100);
}
p5.js output
1
Please report any issues that you find!
xxxxxxxxxx
void setup()
{
size(400, 400);
}
void draw()
{
background(0);
ellipse(200, 200, 100, 100);
}
Please report any issues that you find!